home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7775 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1022 b 

  1. Path: nntp.teleport.com!usenet
  2. From: GHouck <hksys@teleport.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland requires ship runtime?
  5. Date: 18 Feb 1996 20:06:30 GMT
  6. Organization: systems hk
  7. Message-ID: <4g80s6$gue@maureen.teleport.com>
  8. References: <4g2cbe$5ng@goodship.cn.camriv.bc.ca>
  9. NNTP-Posting-Host: ip-pdx10-06.teleport.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
  14.  
  15. csavery@cr.island.net (Chris Savery) wrote:
  16. >Hello,
  17. >
  18. >Would someone please let me know if the Borland compilers later then
  19. >3.1 require that you ship a runtime DLL with your app? Is it optional
  20. >or how does this work?
  21. >
  22. >I have used 3.1 for years but avoided upgrading because I didn't want
  23. >large borland dlls to be shipped with code.
  24. >
  25. >Please reply by e-mail as well.
  26. >
  27. >Thanks in advance.
  28. >
  29. You should be able to specify 'static' libraries rather than the 
  30. 'dynamic' ones, thereby also increasing the executable size, of
  31. course.
  32. Yours, Geoff Houck
  33.  
  34.